home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / TALK.Dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  306 b   |  20 lines

  1. on exitFrame
  2.   if rollOver(13) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(14) then
  6.       cursor(280)
  7.     else
  8.       cursor(-1)
  9.     end if
  10.   end if
  11.   puppetSprite(12, 1)
  12.   if the movieRate of sprite 12 <> 0 then
  13.     go("MVST5")
  14.   else
  15.     puppetSprite(12, 0)
  16.     go(the frame)
  17.   end if
  18.   go(the frame)
  19. end
  20.